import { Row, Text } from '@umami/react-zen'; import { CURRENT_VERSION, HOMEPAGE_URL } from '@/lib/constants'; export function Footer() { return ( umami {`v${CURRENT_VERSION}`} ); }